Bitmap for UWP
OpenSharedResource<T>(IntPtr) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Device クラス > OpenSharedResource メソッド : OpenSharedResource<T>(IntPtr) メソッド
The type of the resource we are gaining access to.
A resource handle. See remarks.
Give a device access to a shared resource created on a different Direct3d device.
シンタックス
'宣言
 
Public Overloads Function OpenSharedResource(Of T As ComObject)( _
   ByVal resourceHandle As System.IntPtr _
) As T
public T OpenSharedResource<T>( 
   System.IntPtr resourceHandle
)
where T: ComObject

パラメータ

resourceHandle
A resource handle. See remarks.

型パラメータ

T
The type of the resource we are gaining access to.

戻り値の型

This method returns a reference to the resource we are gaining access to.
参照

Device クラス
Device メンバ
オーバーロード一覧